notebook: Warn if builder file defines multiple tab widgets per page
authorBenjamin Otte <otte@redhat.com>
Wed, 27 Apr 2011 22:51:37 +0000 (00:51 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 27 Apr 2011 22:54:34 +0000 (00:54 +0200)
commit7a322193e85746f69377fc3dff4de8b875f6ed6f
treeed5658b5ca7d95d03308d12efc886985006533ae
parentf6fc81649707eca5f52d78b52bc5e171652d6f9d
notebook: Warn if builder file defines multiple tab widgets per page

Glade causes such files when a notebook page has no content. And it's
especially bad because the last tab widget wins, so the label displayed
in Glade will not be what you see when you run the app.
gtk/gtknotebook.c